Don't limit tables to 50% width in REST API documentation Fixing the width of the tables to 50% makes it difficult to read entries that have long descriptions. Change-Id: Ic080c684bc5cf009d47149b2839390c66f3e9af0
diff --git a/Documentation/rest-api-plugins.txt b/Documentation/rest-api-plugins.txt index b8f7d36..e19db86 100644 --- a/Documentation/rest-api-plugins.txt +++ b/Documentation/rest-api-plugins.txt
@@ -247,7 +247,7 @@ === PluginInfo The `PluginInfo` entity describes a plugin. -[options="header",width="50%",cols="1,^2,4"] +[options="header",cols="1,^2,4"] |======================= |Field Name ||Description |`id` ||The ID of the plugin. @@ -260,7 +260,7 @@ === PluginInput The `PluginInput` entity describes a plugin that should be installed. -[options="header",width="50%",cols="1,6"] +[options="header",cols="1,6"] |====================== |Field Name|Description |`url` |URL to the plugin jar.